Relational operator to test if one operand is greater than or equal to another.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | a |
Floating point value to be compared. |
||
real(kind=rk), | intent(in) | :: | b |
Floating point value to be compared. |
The result is a logical value indicating whether the operand a is greater than or equal to b by more than the spacing between representable floating point numbers.